remove 26.05 RC doc references#2214
Conversation
Replace stale 26.05-RC1 install examples in the library README and Helm air-gap section now that 26.5.0 is published on PyPI.
Update the repo README and release notes for GA PyPI/Helm coordinates; library quickstart and Helm air-gap examples were already pinned to 26.5.0.
Greptile SummaryThis PR backports GA release documentation updates from
|
| Filename | Overview |
|---|---|
| README.md | Updated the 26.05 branch description from RC build tag wording to GA release wording with version 26.5.0. |
| docs/docs/extraction/releasenotes.md | Added a GA PyPI install bullet for nemo-retriever==26.5.0 with a quickstart link targeting the 26.05 branch. |
| nemo_retriever/README.md | Updated all three install pin examples from 26.05-RC1 to 26.5.0 (local GPU, remote NIM, and nemotron-parse extras). |
| nemo_retriever/helm/README.md | Updated the air-gap mirroring section example tag reference from 26.05-RC1 to 26.5.0. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[26.05 branch docs] --> B{Version string}
B -->|Before| C["26.05-RC1"]
B -->|After| D["26.5.0 (GA)"]
D --> E[README.md]
D --> F[nemo_retriever/README.md\n3 install examples]
D --> G[nemo_retriever/helm/README.md\nAir-gap section]
D --> H[docs/docs/extraction/releasenotes.md\nGA PyPI bullet added]
Reviews (2): Last reviewed commit: "docs(nrl): revert optional Helm chart pi..." | Re-trigger Greptile
Keep the upgrade sentence as a link to the Helm README only; GA install pins remain in the library quickstart and packaging section.
Summary
Backport of #2213 to the
26.05release branch — same GA doc updates:nemo_retriever/README.mdinstall pins →26.5.026.5.0README.md— GA wording instead of RC build tagsdocs/docs/extraction/releasenotes.md— GA PyPI/Helm pin guidance (quickstart link targets this branch)Test plan